home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4857 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  542 b 

  1. Path: prairienet.org!sjmccaug
  2. From: sjmccaug@prairienet.org (Scott J. McCaughrin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Visibility Restricted to Compiler
  5. Date: 1 Feb 1996 11:41:33 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4eq8td$hpu@vixen.cso.uiuc.edu>
  8. Reply-To: sjmccaug@prairienet.org (Scott J. McCaughrin)
  9. NNTP-Posting-Host: firefly.prairienet.org
  10.  
  11.  
  12.  Is a constructor still visibile to a C++ compiler if it is private? I
  13.  want a constructor invoked only by compiler, and not e.g. by some
  14.  user-defined 'new'.
  15.  
  16.  Thanks.
  17.  
  18.